The ItemDataValue element specifies the item data value for the specified item data record for the specified record owner or record owner group for the historical or forecast input data. This element is optional.
The ItemDataValue element has two required attributes:
| Property | Description |
|---|---|
|
Case Sensitive |
Yes |
|
Required |
No |
|
Number of Instances Allowed |
Unlimited |
|
Requires End Tag |
Yes |
|
Parent Element |
|
|
Child Elements |
None |
|
Attributes |
start_time end_time |
|
Data Type |
The value of the ItemDataValue element can be either a decimal number or a string value that matches a table of possible values configured in the ELF device configuration. |
| Attribute | Required | Description | Value Options |
|---|---|---|---|
|
start_time |
Yes |
The start time for the item data value. |
The value of the start_time attribute is a dateTime timestamp (in quotes). See Timestamps in ELF Input Files. |
|
end_time |
Yes |
The end time for the item data value. |
The value of the end_time attribute is a dateTime timestamp (in quotes). See Timestamps in ELF Input Files. |
|
<ItemDataValue start_time="2009-03-12T08:00:00.000-08:00" end_time="2009-03-12T09:00:00.000-08:00">23.234</ItemDataValue> |